| Package | Description |
|---|---|
| com.rscja.deviceapi | |
| com.rscja.deviceapi.interfaces | |
| com.rscja.team.mtk.deviceapi | |
| com.rscja.team.qcom.deviceapi |
| Modifier and Type | Method and Description |
|---|---|
ISO15693Entity |
RFIDWithISO15693.inventory()
读卡
read card |
ISO15693Entity |
RFIDWithISO15693.read(int block)
读取块数据
read block data |
ISO15693Entity |
RFIDWithISO15693.read(int startBlock,
int Blocklen)
读取块数据
block data |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
RFIDWithISO15693.read(ISO15693Entity entity,
int block) |
boolean |
RFIDWithISO15693.write(ISO15693Entity entity,
int block,
java.lang.String hexData) |
| Modifier and Type | Method and Description |
|---|---|
ISO15693Entity |
IRFIDWithISO15693.inventory()
读卡
read card |
ISO15693Entity |
IRFIDWithISO15693.read(int block)
读取块数据
read block data |
ISO15693Entity |
IRFIDWithISO15693.read(int startBlock,
int Blocklen)
读取块数据
block data |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
IRFIDWithISO15693.read(ISO15693Entity entity,
int block) |
boolean |
IRFIDWithISO15693.write(ISO15693Entity entity,
int block,
java.lang.String hexData) |
| Modifier and Type | Method and Description |
|---|---|
ISO15693Entity |
RFIDWithISO15693_mtk.inventory()
读卡
read card |
ISO15693Entity |
RFIDWithISO15693_mtk.read(int block)
读取块数据
read block data |
ISO15693Entity |
RFIDWithISO15693_mtk.read(int startBlock,
int Blocklen)
读取块数据
block data |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
RFIDWithISO15693_mtk.read(ISO15693Entity entity,
int block) |
boolean |
RFIDWithISO15693_mtk.write(ISO15693Entity entity,
int block,
java.lang.String hexData) |
| Modifier and Type | Method and Description |
|---|---|
ISO15693Entity |
RFIDWithISO15693_qcom.inventory()
读卡
read card |
ISO15693Entity |
RFIDWithISO15693_qcom.read(int block)
读取块数据
read block data |
ISO15693Entity |
RFIDWithISO15693_qcom.read(int startBlock,
int Blocklen)
读取块数据
block data |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
RFIDWithISO15693_qcom.read(ISO15693Entity entity,
int block) |
boolean |
RFIDWithISO15693_qcom.write(ISO15693Entity entity,
int block,
java.lang.String hexData) |